home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Tech Tour ß1.0 / Tech Tour fl1.0 / card_6194.txt < prev    next >
Encoding:
Text File  |  1988-03-21  |  11.4 KB  |  557 lines

  1. -- card: 6194 from stack: in.0
  2. -- bmap block id: 32924
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: analog board
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global analog
  9.  
  10.   if analog = false then
  11.     setupanalog
  12.     put true into analog
  13.   end if
  14.  
  15.   show background field 2
  16. end opencard
  17.  
  18. on mousedown
  19.   get the number of the target
  20.   if (it > 0) and (it <= 13) then -- show the new one
  21.     set the style of card button it to transparent
  22.     set showname of card button it to false
  23.     set hilite of button it to True
  24.     show card field it
  25.     wait until the mouse is up
  26.     set hilite of button it to false
  27.     hide card field it
  28.   end if
  29. end mousedown
  30.  
  31.  
  32. on setupanalog
  33.   repeat with i is 1 to 13
  34.     set the name of card button i to "?"
  35.     set the style of card button i to rectangle
  36.     set showname of card button i to false
  37.     set showname of card button i to true
  38.     show card button i
  39.   end repeat
  40. end setupanalog
  41.  
  42.  
  43.  
  44.  
  45. -- part 6 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=46 top=183 right=256 bottom=191
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: ?
  57.  
  58.  
  59. -- part 9 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=88 top=67 right=113 bottom=145
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: ?
  71.  
  72.  
  73. -- part 10 (button)
  74. -- low flags: 00
  75. -- high flags: 0000
  76. -- rect: left=146 top=87 right=140 bottom=181
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: ?
  85.  
  86.  
  87. -- part 11 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=151 top=163 right=180 bottom=187
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: ?
  99.  
  100.  
  101. -- part 12 (button)
  102. -- low flags: 00
  103. -- high flags: 0000
  104. -- rect: left=98 top=160 right=180 bottom=148
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: ?
  113.  
  114.  
  115. -- part 13 (button)
  116. -- low flags: 00
  117. -- high flags: 0000
  118. -- rect: left=44 top=161 right=180 bottom=82
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: ?
  127.  
  128.  
  129. -- part 14 (button)
  130. -- low flags: 00
  131. -- high flags: 0000
  132. -- rect: left=46 top=81 right=122 bottom=64
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: ?
  141.  
  142.  
  143. -- part 15 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=70 top=67 right=84 bottom=87
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: ?
  155.  
  156.  
  157. -- part 16 (button)
  158. -- low flags: 00
  159. -- high flags: 0000
  160. -- rect: left=101 top=115 right=138 bottom=121
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: ?
  169.  
  170.  
  171. -- part 17 (button)
  172. -- low flags: 00
  173. -- high flags: 0000
  174. -- rect: left=123 top=115 right=138 bottom=143
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: ?
  183.  
  184.  
  185. -- part 18 (button)
  186. -- low flags: 00
  187. -- high flags: 0000
  188. -- rect: left=102 top=140 right=159 bottom=147
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 1
  192. -- font id: 0
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: ?
  197.  
  198.  
  199. -- part 19 (button)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=47 top=137 right=156 bottom=71
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 1
  206. -- font id: 0
  207. -- text size: 12
  208. -- style flags: 0
  209. -- line height: 16
  210. -- part name: ?
  211.  
  212.  
  213. -- part 20 (button)
  214. -- low flags: 00
  215. -- high flags: 0000
  216. -- rect: left=31 top=228 right=249 bottom=46
  217. -- title width / last selected line: 0
  218. -- icon id / first selected line: 0 / 0
  219. -- text alignment: 1
  220. -- font id: 0
  221. -- text size: 12
  222. -- style flags: 0
  223. -- line height: 16
  224. -- part name: ?
  225.  
  226.  
  227. -- part 21 (field)
  228. -- low flags: 80
  229. -- high flags: 0004
  230. -- rect: left=195 top=103 right=138 bottom=376
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 0
  234. -- font id: 3
  235. -- text size: 10
  236. -- style flags: 256
  237. -- line height: 13
  238. -- part name: 
  239.  
  240.  
  241. -- part 34 (field)
  242. -- low flags: 80
  243. -- high flags: 0004
  244. -- rect: left=204 top=110 right=153 bottom=386
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 0
  248. -- font id: 3
  249. -- text size: 10
  250. -- style flags: 256
  251. -- line height: 13
  252. -- part name: 
  253.  
  254.  
  255. -- part 35 (field)
  256. -- low flags: 80
  257. -- high flags: 0004
  258. -- rect: left=212 top=118 right=153 bottom=393
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 0 / 0
  261. -- text alignment: 0
  262. -- font id: 3
  263. -- text size: 10
  264. -- style flags: 256
  265. -- line height: 13
  266. -- part name: 
  267.  
  268.  
  269. -- part 36 (field)
  270. -- low flags: 80
  271. -- high flags: 0004
  272. -- rect: left=223 top=127 right=162 bottom=404
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 0
  276. -- font id: 3
  277. -- text size: 10
  278. -- style flags: 256
  279. -- line height: 13
  280. -- part name: 
  281.  
  282.  
  283. -- part 37 (field)
  284. -- low flags: 80
  285. -- high flags: 0004
  286. -- rect: left=232 top=137 right=179 bottom=413
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 0
  290. -- font id: 3
  291. -- text size: 10
  292. -- style flags: 256
  293. -- line height: 13
  294. -- part name: 
  295.  
  296.  
  297. -- part 38 (field)
  298. -- low flags: 80
  299. -- high flags: 0004
  300. -- rect: left=241 top=144 right=185 bottom=423
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 0
  304. -- font id: 3
  305. -- text size: 10
  306. -- style flags: 256
  307. -- line height: 13
  308. -- part name: 
  309.  
  310.  
  311. -- part 39 (field)
  312. -- low flags: 80
  313. -- high flags: 0004
  314. -- rect: left=249 top=152 right=185 bottom=439
  315. -- title width / last selected line: 0
  316. -- icon id / first selected line: 0 / 0
  317. -- text alignment: 0
  318. -- font id: 3
  319. -- text size: 10
  320. -- style flags: 256
  321. -- line height: 13
  322. -- part name: 
  323.  
  324.  
  325. -- part 40 (field)
  326. -- low flags: 80
  327. -- high flags: 0004
  328. -- rect: left=256 top=160 right=195 bottom=437
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 0
  332. -- font id: 3
  333. -- text size: 10
  334. -- style flags: 256
  335. -- line height: 13
  336. -- part name: 
  337.  
  338.  
  339. -- part 41 (field)
  340. -- low flags: 80
  341. -- high flags: 0004
  342. -- rect: left=265 top=169 right=204 bottom=446
  343. -- title width / last selected line: 0
  344. -- icon id / first selected line: 0 / 0
  345. -- text alignment: 0
  346. -- font id: 3
  347. -- text size: 10
  348. -- style flags: 256
  349. -- line height: 13
  350. -- part name: 
  351.  
  352.  
  353. -- part 42 (field)
  354. -- low flags: 80
  355. -- high flags: 0004
  356. -- rect: left=277 top=176 right=211 bottom=458
  357. -- title width / last selected line: 0
  358. -- icon id / first selected line: 0 / 0
  359. -- text alignment: 0
  360. -- font id: 3
  361. -- text size: 10
  362. -- style flags: 256
  363. -- line height: 13
  364. -- part name: 
  365.  
  366.  
  367. -- part 43 (field)
  368. -- low flags: 80
  369. -- high flags: 0004
  370. -- rect: left=287 top=184 right=219 bottom=468
  371. -- title width / last selected line: 0
  372. -- icon id / first selected line: 0 / 0
  373. -- text alignment: 0
  374. -- font id: 3
  375. -- text size: 10
  376. -- style flags: 256
  377. -- line height: 13
  378. -- part name: 
  379.  
  380.  
  381. -- part 44 (field)
  382. -- low flags: 80
  383. -- high flags: 0004
  384. -- rect: left=295 top=192 right=227 bottom=476
  385. -- title width / last selected line: 0
  386. -- icon id / first selected line: 0 / 0
  387. -- text alignment: 0
  388. -- font id: 3
  389. -- text size: 10
  390. -- style flags: 256
  391. -- line height: 13
  392. -- part name: 
  393.  
  394.  
  395. -- part 45 (field)
  396. -- low flags: 80
  397. -- high flags: 0004
  398. -- rect: left=304 top=200 right=235 bottom=495
  399. -- title width / last selected line: 0
  400. -- icon id / first selected line: 0 / 0
  401. -- text alignment: 0
  402. -- font id: 3
  403. -- text size: 10
  404. -- style flags: 256
  405. -- line height: 13
  406. -- part name: 
  407.  
  408.  
  409. -- part 50 (button)
  410. -- low flags: 00
  411. -- high flags: 0000
  412. -- rect: left=290 top=75 right=88 bottom=335
  413. -- title width / last selected line: 0
  414. -- icon id / first selected line: 0 / 0
  415. -- text alignment: 1
  416. -- font id: 0
  417. -- text size: 12
  418. -- style flags: 0
  419. -- line height: 16
  420. -- part name: video display
  421. ----- HyperTalk script -----
  422. on mouseUp
  423.   push card
  424.   visual effect wipe left
  425.   go to card "video display"
  426. end mouseUp
  427.  
  428.  
  429.  
  430. -- part 51 (button)
  431. -- low flags: 00
  432. -- high flags: 0000
  433. -- rect: left=469 top=59 right=71 bottom=502
  434. -- title width / last selected line: 0
  435. -- icon id / first selected line: 0 / 0
  436. -- text alignment: 1
  437. -- font id: 0
  438. -- text size: 12
  439. -- style flags: 0
  440. -- line height: 16
  441. -- part name: video display
  442. ----- HyperTalk script -----
  443. on mouseUp
  444.   push card
  445.   visual effect wipe left
  446.   go to card "video display"
  447. end mouseUp
  448.  
  449.  
  450.  
  451. -- part 52 (button)
  452. -- low flags: 00
  453. -- high flags: 0000
  454. -- rect: left=347 top=90 right=102 bottom=444
  455. -- title width / last selected line: 0
  456. -- icon id / first selected line: 0 / 0
  457. -- text alignment: 1
  458. -- font id: 0
  459. -- text size: 12
  460. -- style flags: 0
  461. -- line height: 16
  462. -- part name: main logic board
  463. ----- HyperTalk script -----
  464. on mouseUp
  465.   push card
  466.   visual effect wipe left
  467.   go to card "main logic board"
  468. end mouseUp
  469.  
  470.  
  471.  
  472. -- part 53 (field)
  473. -- low flags: 00
  474. -- high flags: 0004
  475. -- rect: left=285 top=267 right=305 bottom=512
  476. -- title width / last selected line: 0
  477. -- icon id / first selected line: 0 / 0
  478. -- text alignment: 0
  479. -- font id: 156
  480. -- text size: 12
  481. -- style flags: 256
  482. -- line height: 16
  483. -- part name: 
  484.  
  485.  
  486. -- part contents for background part 6
  487. ----- text -----
  488. The Analog Board
  489.  
  490.  
  491. -- part contents for background part 37
  492. ----- text -----
  493. The Macintosh SE analog board contains circuitry for driving the video display* as well as for providing power to the the main logic board*.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502. -- part contents for card part 21
  503. ----- text -----
  504. Power Supply
  505.  
  506. -- part contents for card part 34
  507. ----- text -----
  508. Flyback Transformer - for high voltage to the video display tube.
  509.  
  510. -- part contents for card part 35
  511. ----- text -----
  512. Fan - for cooling the main Macintosh SE.
  513.  
  514. -- part contents for card part 36
  515. ----- text -----
  516. Hard Disk Power - supplies voltage to internal hard disk.
  517.  
  518. -- part contents for card part 37
  519. ----- text -----
  520. Power Connector - provides voltage to the main logic board*.
  521.  
  522.  
  523. -- part contents for card part 38
  524. ----- text -----
  525. Connector - interconnects power supply and analog board.
  526.  
  527. -- part contents for card part 39
  528. ----- text -----
  529. CRT deflection signals - drives the Video Display Tube.
  530.  
  531. -- part contents for card part 40
  532. ----- text -----
  533. Linearity - video display tube adjustment.
  534.  
  535. -- part contents for card part 41
  536. ----- text -----
  537. Cutoff - video display tube adjustment.
  538.  
  539. -- part contents for card part 42
  540. ----- text -----
  541. Focus - Sharpens the image on the video display tube.
  542.  
  543. -- part contents for card part 44
  544. ----- text -----
  545. Height - adjust the height of the video display's picture.
  546.  
  547. -- part contents for card part 45
  548. ----- text -----
  549. Brightness - adjust the intensity of the video display.
  550.  
  551. -- part contents for card part 43
  552. ----- text -----
  553. Video display tube signals.
  554.  
  555. -- part contents for card part 53
  556. ----- text -----
  557. Click on a component on the board to learn more about it.